home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Shareware Plus / Developers / CLImax 1.0 / AppleScript and CLImax / Advanced AppleScript / Handlers to try / ctc / ctc.rsrc / TEXT_256.txt < prev   
Encoding:
Text File  |  1996-04-16  |  119 b   |  6 lines

  1. on ctc(t,c)
  2.  tell app "Finder"
  3.   set file type of selection to t
  4.   set creator type of selection to c
  5.  end tell
  6. end ctc